home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 50
/
Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso
/
Aminet
/
util
/
wb
/
DopusOnlineRx.lha
/
rexx
/
ofl.rexx
< prev
Wrap
OS/2 REXX Batch file
|
2002-05-28
|
343b
|
20 lines
/* offline */
OPTIONS RESULTS
IF SHOW('P','AmisatAppIcon.DOPUS.1') THEN DO
say "Quitting Amisat"
ADDRESS 'AmisatAppIcon.DOPUS.1' 'close'
END
IF SHOW('P','CharonAppIcon.DOPUS.1') THEN DO
say "Quitting charon"
ADDRESS 'CharonAppIcon.DOPUS.1' 'close'
END
IF SHOW('P','RC-FTPD.1') THEN DO
Address 'RC-FTPD.1'
QUIT
END